func internal/strconv.bool2uint

5 uses

	internal/strconv (current package)
		ftoafixed.go#L108: 		dt = bool2uint(lo1|lo0 != 0)
		ftoafixed.go#L121: 	dt |= bool2uint(dm&(1<<shift-1) != 0)
		ftoafixed.go#L134: 		dt |= bool2uint(r != 0)
		ftoafixed.go#L145: 			dt |= bool2uint(r != 0)
		math.go#L60: func bool2uint(b bool) uint {